Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.publisher.treeManager.contrib--plugin

This contribution is part of XML component org.nuxeo.ecm.platform.publisher.treeManager.contrib inside nuxeo-platform-publisher-web-6.0.jar

Documentation

Configuration for the Nuxeo EP tree used in Manage publication tab.

Displays only Folderish objects, not marked as hidden in navigation

Extension Point

Extension point plugin of component treeManager.

Contributed Items

  • <treeManagerPlugin name="publication">
          <excludedFacets>
            <facet name="HiddenInNavigation"/>
          </excludedFacets>
          <includedFacets>
            <facet name="Folderish"/>
          </includedFacets>
        </treeManagerPlugin>

XML Source

<extension point="plugin" target="org.nuxeo.ecm.platform.treeManager">

    <documentation>
      Configuration for the Nuxeo EP tree used in Manage publication tab.

      Displays only Folderish objects, not marked as hidden in navigation
    </documentation>

    <treeManagerPlugin name="publication">
      <excludedFacets>
        <facet name="HiddenInNavigation"/>
      </excludedFacets>
      <includedFacets>
        <facet name="Folderish"/>
      </includedFacets>
    </treeManagerPlugin>

  </extension>